CSE 2231 Glossary

Singly-Linked List

Data structure that provides Sequential Access is provided to its elements through the use of sequentially linked nodes that store a piece of data (the contents of the list at that position) and a Reference to the next node in the list.

Previous

Next